Deploying Cycle

  1. Rename the Cycle war from the distribution to Cycle.war.
  2. Deploy Cycle war in webapps folder of TomEE application server.
  3. Navigate to the bin folder of TomEE and open the command prompt in this location to start the server by using the command:
    • catalina.bat run - windows

    • ./catalina.sh start - linux

  4. Test the deployment with the url: http://hostname:port/CycleService/

Note: If you change the context name, use that name in the URL instead of Cycle.